Class: collections/CommunityQueryCollection

collections/CommunityQueryCollection

new collections/CommunityQueryCollection()

社团查询CommunityQueryModel的集合。
Source:

Extends

  • Backbone.Collection

Methods

create(data) → {CommunityQueryModel}

创建一个社团的查询。这里重载Backbone.Collection的create方法,返回纯前端构造的demo数据。
Parameters:
Name Type Description
data 查询参数。详见CommunityQueryModel的描述。
Source:
Returns:
Type
CommunityQueryModel